From: Keir Fraser Date: Tue, 29 Jun 2010 12:43:18 +0000 (+0100) Subject: gpxe: Add eb-roms.h to hgignore list and build ROMs serially. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11865 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=d9edd3738750e487e86c6a228a71085089e25d5a;p=xen.git gpxe: Add eb-roms.h to hgignore list and build ROMs serially. Signed-off-by: Keir Fraser --- diff --git a/.hgignore b/.hgignore index f878a51d26..547dd495df 100644 --- a/.hgignore +++ b/.hgignore @@ -133,6 +133,7 @@ ^tools/firmware/.*\.bin$ ^tools/firmware/.*\.sym$ ^tools/firmware/.*bios/.*bios.*\.txt$ +^tools/firmware/etherboot/eb-roms\.h$ ^tools/firmware/etherboot/gpxe/.*$ ^tools/firmware/extboot/extboot.img$ ^tools/firmware/extboot/signrom$ diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index 8a1ebcaa9c..aaf6be2e62 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -9,6 +9,8 @@ T=gpxe-git-snapshot.tar.gz ROMS = $(addprefix $D/src/bin/, $(addsuffix .rom, $(NICS))) +.NOTPARALLEL: + .PHONY: all all: eb-roms.h